CommandData
import { CommandData } from "@hyper-fetch/core"
Description
Defined in command/command.types.ts:164
Preview
type CommandData<RequestDataType,MappedData> = (MappedData extends undefined ? RequestDataType : MappedData) | NegativeTypes;
Structure
MappedData extends undefined ? RequestDataType : MappedData | \null\ | \undefined\